home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / cw15 / examp15.z / IMAGE.DOC < prev    next >
Text File  |  1995-06-08  |  659b  |  17 lines

  1.                     Variable Images Example
  2.                     -----------------------
  3.  
  4. This example program demonstrates variable images through
  5. the use of property assignments.
  6.  
  7. In this example, property assignment is used to change an
  8. image at runtime. Since an image control requires a hard
  9. coded path and filename of an Image, property syntax, namely
  10. PROP:Text, is used to change the file name.
  11.  
  12. The source code for the this example is documented with comments.
  13.  
  14. ** You may get a file not found for the image.  If you do get this
  15.    error, substitute any filename from your windows directory for
  16.    the file name for your image control.
  17.